Method: processNacRequestArrFromCsv

Process ExtremeControl requests from a CSV file.

Parameters

Name Type Description
csvData string The CSV data must be in the following format:
Reauthentication operation – MAC address
End-system override (FULL_MAC) – MAC address, end-system group, description
End-system override (FULL_IP) – IP address, end-system group, description
End-system override (HOSTNAME) – hostname, end-system group, description
User override – username, user group, description
oper string Operation request, available options are:
reauth – force reauthentication
esoverride – end-system override
useroverride – user override
isAdd Boolean True for adding the request, false for deleting it
type string End-system types, options are:
FULL_MAC
FULL_IP
HOSTNAME

Returns

Returns a WsResult with a structure defined by the following table.

Name Type Description
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
success boolean True if operation is successful

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/processNacRequestArrFromCsv?csvData=50:7A:55:6F:24:35,iOS,Web-Service-Example&oper=esoverride&isAdd=true&type=FULL_MAC